The BorderColor property is used to set or return the border color of a control.
Attribute | Description |
---|---|
color | The color to set as background color of a control. Must be a valid HTML color |
The following example sets the border color of a table:
Set the border color of a Button control (with declaration and script)